Functions Properties Extensions
Functions
Returns the result of applying the
predicate to the value if this is
Left or
true if this is
Right .
Returns the result of applying the
predicate to the value if this is
Left or
false if this is
Right .
Returns the same
Left if the
predicate is satisfied for the value.
Returns the same
Left casted to type
T if it is
T .
Returns
Some containing the same
Left casted to type
T if it is
T .
Returns the same
Left if the
predicate is not satisfied for the value.
Returns
Some containing the same
Left if the
predicate is not satisfied for the value.
Gets value of this
Left or
null if this is
Right .
Returns
false if the
predicate is met by the value if this is
Left or
true otherwise.
Properties
Extensions
Returns the same
Left if its value is not
null.
Returns
Some containing the same
Left if its value is not
null.
Returns the same
Left if the
predicate is satisfied for the value,
Right(zero) if the
predicate is not satisfied for the value, or the same
Right if this is
Right .